Interface BridgeManagement
public interface BridgeManagement
The bridge management is a shared management for all platform dependent bridge implementations.
- Since:
- 4.0
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGets the bridge configuration that is currently loaded and applied.voidconfiguration(@NonNull BridgeConfiguration configuration) Sets the bridge configuration for every connected component in the cluster that is running the bridge.
-
Field Details
-
BRIDGE_PLAYER_DB_NAME
- See Also:
-
BRIDGE_CHANNEL_NAME
- See Also:
-
BRIDGE_PLAYER_CHANNEL_NAME
- See Also:
-
BRIDGE_PLAYER_EXECUTOR_CHANNEL_NAME
- See Also:
-
-
Method Details
-
configuration
Gets the bridge configuration that is currently loaded and applied.- Returns:
- the currently loaded configuration.
-
configuration
Sets the bridge configuration for every connected component in the cluster that is running the bridge.- Parameters:
configuration- the configuration to set.- Throws:
NullPointerException- if the given configuration is null.
-