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 TypeInterfaceDescriptioninterfaceACamelPreemptiveClusterViewis aCamelClusterViewthat 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 TypeMethodDescriptionvoidCamelClusterEventListener.Leadership.leadershipChanged(CamelClusterView view, Optional<CamelClusterMember> leader) Notify a change in the leadership for a particular cluster.voidCamelClusterEventListener.Membership.memberAdded(CamelClusterView view, CamelClusterMember member) Notify a change (addition) in the cluster composition.voidCamelClusterEventListener.Membership.memberRemoved(CamelClusterView view, CamelClusterMember member) Notify a change (removal) in the cluster composition.voidCamelClusterService.releaseView(CamelClusterView view) Release a view if it has no references.