Class HttpConnectable

java.lang.Object
org.nustaq.kontraktor.remoting.http.HttpConnectable
All Implemented Interfaces:
Serializable, org.nustaq.kontraktor.remoting.base.ConnectableActor

public class HttpConnectable
extends Object
implements org.nustaq.kontraktor.remoting.base.ConnectableActor
Created by ruedi on 19/05/15. Default configuration is Long Poll, Binary Serialization example:
 remoteApp = (MyHttpApp)
             new HttpConnectable(MyHttpApp.class, "http://localhost:8080/api")
                 .serType(SerializerType.JsonNoRefPretty)
                 .connect(null)
                 .await();
 
See Also:
Serialized Form