Class HazelcastInAppSubscribableChannelSupplier
java.lang.Object
io.jmix.autoconfigure.notifications.cluster.HazelcastInAppSubscribableChannelSupplier
- All Implemented Interfaces:
InAppSubscribableChannelSupplier
,Supplier<org.springframework.messaging.SubscribableChannel>
public class HazelcastInAppSubscribableChannelSupplier
extends Object
implements InAppSubscribableChannelSupplier
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected static class
-
Field Summary
Modifier and TypeFieldDescriptionprotected final org.springframework.messaging.SubscribableChannel
-
Constructor Summary
ConstructorDescriptionHazelcastInAppSubscribableChannelSupplier
(com.hazelcast.core.HazelcastInstance hazelcastInstance) -
Method Summary
-
Field Details
-
messageChannel
protected final org.springframework.messaging.SubscribableChannel messageChannel
-
-
Constructor Details
-
HazelcastInAppSubscribableChannelSupplier
public HazelcastInAppSubscribableChannelSupplier(com.hazelcast.core.HazelcastInstance hazelcastInstance)
-
-
Method Details