Class BackendInfo


  • public class BackendInfo
    extends Object
    Basic information about how to talk to the backend. ClientActorBehavior uses this information to dispatch requests to the backend.

    This class is not final so concrete actor behavior implementations may subclass it and track more information about the backend. The hashCode() and equals(Object) methods are made final to ensure subclasses compare on object identity.

    Author:
    Robert Varga