Interface ClusterApplicationEventChannelSupplier

All Superinterfaces:
Supplier<org.springframework.messaging.SubscribableChannel>
All Known Implementing Classes:
HazelcastApplicationEventChannelSupplier, LocalApplicationEventChannelSupplier

public interface ClusterApplicationEventChannelSupplier extends Supplier<org.springframework.messaging.SubscribableChannel>
Provides SubscribableChannel to pass and handle cluster application events.
  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get