Interface NodeFabricAttributes.Builder

    • Method Detail

      • peerEndpoint

        NodeFabricAttributes.Builder peerEndpoint​(String peerEndpoint)

        The endpoint that identifies the peer node for all services except peer channel-based event services.

        Parameters:
        peerEndpoint - The endpoint that identifies the peer node for all services except peer channel-based event services.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • peerEventEndpoint

        NodeFabricAttributes.Builder peerEventEndpoint​(String peerEventEndpoint)

        The endpoint that identifies the peer node for peer channel-based event services.

        Parameters:
        peerEventEndpoint - The endpoint that identifies the peer node for peer channel-based event services.
        Returns:
        Returns a reference to this object so that method calls can be chained together.