Interface EndpointFactory


public interface EndpointFactory
Implemented by a class which allows to create an endpoint instance ready for hot deployment.
Author:
K. Benedyczak
  • Method Summary

    Modifier and Type
    Method
    Description
    pl.edu.icm.unity.base.endpoint.EndpointTypeDescription
     
     
  • Method Details

    • getDescription

      pl.edu.icm.unity.base.endpoint.EndpointTypeDescription getDescription()
    • newInstance

      EndpointInstance newInstance()