Package org.xwiki.observation.remote
Interface RemoteObservationManagerConfiguration
-
@Role public interface RemoteObservationManagerConfiguration
Provide configuration for remote observation manager.- Since:
- 2.0M3
- Version:
- $Id: 96c2407fc9702b18cb689326650276f8813b2e80 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description List<String>
getChannels()
default String
getId()
String
getNetworkAdapter()
boolean
isEnabled()
-
-
-
Method Detail
-
isEnabled
boolean isEnabled()
- Returns:
- indicate if the remote observation manager is enabled
-
getNetworkAdapter
String getNetworkAdapter()
- Returns:
- the identifier of the network adapter implementation to use to actually send and receive network messages
-
getId
@Unstable default String getId()
- Returns:
- the unique identifier of the instance in the cluster, or
null
if the component does not support provisioning an identifier (e.g., a component implemented before 14.1RC1) - Since:
- 14.1RC1
-
-