Package io.jmix.eclipselink.impl.support
Interface EclipseLinkChannelSupplier
- All Superinterfaces:
Supplier<org.springframework.messaging.SubscribableChannel>
- All Known Implementing Classes:
EclipseLinkHazelcastChanelSupplier
,EclipseLinkNoOpChannelSupplier
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface EclipseLinkChannelSupplier
extends Supplier<org.springframework.messaging.SubscribableChannel>
Defines an interface for EclipseLink cluster communication
-
Method Summary