Interface ServiceRpcFactory<OptionsT> (2.3.5)

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

NameDescription
OptionsT

Methods

create(OptionsT options)

public abstract ServiceRpc create(OptionsT options)
Parameter
NameDescription
optionsOptionsT
Returns
TypeDescription
ServiceRpc