Class RoutedServiceEntry

java.lang.Object
org.nustaq.kontraktor.routing.RoutedServiceEntry
All Implemented Interfaces:
java.io.Serializable

public class RoutedServiceEntry
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    RoutedServiceEntry​(java.lang.String path, org.nustaq.kontraktor.remoting.encoding.SerializerType encoding)  
  • Method Summary

    Modifier and Type Method Description
    org.nustaq.kontraktor.remoting.encoding.SerializerType getEncoding()  
    java.lang.String getPath()  
    FailoverStrategy getStrategy()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RoutedServiceEntry

      public RoutedServiceEntry​(java.lang.String path, org.nustaq.kontraktor.remoting.encoding.SerializerType encoding)
  • Method Details