JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.apache.camel.spi
GroupAware
Contents
Description
Method Summary
Method Details
setGroup(String)
Hide sidebar
Show sidebar
Interface GroupAware
All Superinterfaces:
HasGroup
public interface
GroupAware
extends
HasGroup
Marker for an object whose group can be injected.
Extends
HasGroup
to add the ability to set the group an object belongs to (used for clustering, JMX, and similar group-based operations).
See Also:
HasGroup
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
setGroup
(@Nullable
String
group)
Sets the group
Methods inherited from interface
HasGroup
getGroup
Method Details
setGroup
void
setGroup
(@Nullable
String
group)
Sets the group
Parameters:
group
- the group