Interface ServiceAddress

All Superinterfaces:
Address

public interface ServiceAddress extends Address
A general purpose service address, defined by a name().
Author:
Julien Viet
  • Method Summary

    Modifier and Type
    Method
    Description
     
    of(String name)
    Create a service address
  • Method Details

    • of

      static ServiceAddress of(String name)
      Create a service address
      Parameters:
      name - the service name
      Returns:
      the service address
    • name

      String name()