Interface ManagementServerAddressProvider

All Known Implementing Classes:
ProcessHandleManagementServerAddressProvider, StandardManagementServerAddressProvider

public interface ManagementServerAddressProvider
Abstraction for producing or locating the Management Server socket address
  • Method Summary

    Modifier and Type
    Method
    Description
    Get Management Server Address with port number
  • Method Details

    • getAddress

      Optional<String> getAddress()
      Get Management Server Address with port number
      Returns:
      Management Server Address or empty when not found