Interface ServiceRpcFactory<OptionsT> (2.37.0)

public interface ServiceRpcFactory<OptionsT>

A base interface for all service RPC factories. Implementation must provide a public no-arg constructor. Loading of a factory implementation is done via java.util.ServiceLoader.

Type Parameter

Name Description
OptionsT

Methods

create(OptionsT options)

public abstract ServiceRpc create(OptionsT options)
Parameter
Name Description
options OptionsT
Returns
Type Description
ServiceRpc