Interface InAppSubscribableChannelSupplier

All Superinterfaces:
Supplier<org.springframework.messaging.SubscribableChannel>
All Known Implementing Classes:
HazelcastInAppSubscribableChannelSupplier, NoOpInAppSubscribableChannelSupplier

public interface InAppSubscribableChannelSupplier extends Supplier<org.springframework.messaging.SubscribableChannel>
Provides SubscribableChannel to pass and handle cluster messages for InApp notifications. These messages are intended to refresh NotificationsIndicator in cluster.
  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get