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 SummaryNested ClassesModifier and TypeClassDescriptionprotected static class
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final org.springframework.messaging.SubscribableChannel
- 
Constructor SummaryConstructorsConstructorDescriptionHazelcastInAppSubscribableChannelSupplier(com.hazelcast.core.HazelcastInstance hazelcastInstance) 
- 
Method Summary
- 
Field Details- 
messageChannelprotected final org.springframework.messaging.SubscribableChannel messageChannel
 
- 
- 
Constructor Details- 
HazelcastInAppSubscribableChannelSupplierpublic HazelcastInAppSubscribableChannelSupplier(com.hazelcast.core.HazelcastInstance hazelcastInstance) 
 
- 
- 
Method Details