All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.vlingo.actors.ActorProxyStub Maven / Gradle / Ivy

Go to download

Type safe Actor Model toolkit for reactive concurrency and resiliency using Java and other JVM languages.

There is a newer version: 1.7.5
Show newest version
package io.vlingo.actors;

class ActorProxyStub extends ActorProxyBase {

  private static final long serialVersionUID = -7711746801630270471L;

  public ActorProxyStub(Actor actor) {
    super(null,
        Definition.SerializationProxy.from(actor.definition()),
        actor.address());
  }

  public ActorProxyStub() { }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy