Class GrpcChannelProcessor
- java.lang.Object
-
- com.oracle.coherence.client.config.GrpcChannelProcessor
-
- All Implemented Interfaces:
com.tangosol.config.xml.ElementProcessor<DefaultGrpcChannelDependencies>
public class GrpcChannelProcessor extends Object implements com.tangosol.config.xml.ElementProcessor<DefaultGrpcChannelDependencies>
AnElementProcessorto process a gRPC channel.- Since:
- 22.06.2
- Author:
- Jonathan Knight 2022.08.25
-
-
Constructor Summary
Constructors Constructor Description GrpcChannelProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DefaultGrpcChannelDependenciesprocess(com.tangosol.config.xml.ProcessingContext ctx, com.tangosol.run.xml.XmlElement xml)
-
-
-
Method Detail
-
process
public DefaultGrpcChannelDependencies process(com.tangosol.config.xml.ProcessingContext ctx, com.tangosol.run.xml.XmlElement xml) throws com.tangosol.config.ConfigurationException
- Specified by:
processin interfacecom.tangosol.config.xml.ElementProcessor<DefaultGrpcChannelDependencies>- Throws:
com.tangosol.config.ConfigurationException
-
-