Interface NamedStackConfiguration
-
- All Known Implementing Classes:
StackConfiguration
,StackFileConfiguration
public interface NamedStackConfiguration
- Since:
- 14.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.infinispan.remoting.transport.jgroups.JGroupsChannelConfigurator
configurator()
String
name()
-
-
-
Method Detail
-
name
String name()
-
configurator
org.infinispan.remoting.transport.jgroups.JGroupsChannelConfigurator configurator()
-
-