Interface ServiceRpcFactory<OptionsT extends ServiceOptions>


public interface ServiceRpcFactory<OptionsT extends ServiceOptions>
A base interface for all service RPC factories. Implementation must provide a public no-arg constructor. Loading of a factory implementation is done via ServiceLoader.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(OptionsT options)