Interface LocalServiceServerFactoryBuilder.NodeStep

  • Enclosing class:
    LocalServiceServerFactoryBuilder

    public static interface LocalServiceServerFactoryBuilder.NodeStep
    Step to configure the node associated with the service.
    Since:
    2.0.0
    • Method Detail

      • withAsyncNode

        LocalServiceServerFactoryBuilder.BuilderStep withAsyncNode​(org.eclipse.keyple.distributed.spi.AsyncEndpointServerSpi endpoint)
        Configures the service with a AsyncNodeServer node.
        Parameters:
        endpoint - The AsyncEndpointServerSpi network endpoint to use.
        Returns:
        Next configuration step.
        Throws:
        java.lang.IllegalArgumentException - If the endpoint is null.
        Since:
        2.0.0