Uses of Interface
org.apache.camel.cluster.CamelClusterView
Packages that use CamelClusterView
-
Uses of CamelClusterView in org.apache.camel.cluster
Subinterfaces of CamelClusterView in org.apache.camel.clusterModifier and TypeInterfaceDescriptioninterface
ACamelPreemptiveClusterView
is aCamelClusterView
that can be externally disabled by another controller.Methods in org.apache.camel.cluster with type parameters of type CamelClusterViewModifier and TypeMethodDescriptiondefault <T extends CamelClusterView>
TAccess the underlying concrete CamelClusterView implementation to provide access to further features.Methods in org.apache.camel.cluster that return CamelClusterViewModifier and TypeMethodDescriptionGet a view of the cluster bound to a namespace creating it if needed.Methods in org.apache.camel.cluster with parameters of type CamelClusterViewModifier and TypeMethodDescriptionvoid
CamelClusterEventListener.Leadership.leadershipChanged
(CamelClusterView view, CamelClusterMember leader) Notify a change in the leadership for a particular cluster.void
CamelClusterEventListener.Membership.memberAdded
(CamelClusterView view, CamelClusterMember member) Notify a change (addition) in the cluster composition.void
CamelClusterEventListener.Membership.memberRemoved
(CamelClusterView view, CamelClusterMember member) Notify a change (removal) in the cluster composition.void
CamelClusterService.releaseView
(CamelClusterView view) Release a view if it has no references.