Class RpcContextIdentifier

    • Field Detail

      • rpcService

        public final Class<? extends RpcService> rpcService
        Deprecated, for removal: This API element is subject to removal in a future version.
      • routingContext

        public final Class<? extends BaseIdentity> routingContext
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • getRpcService

        public Class<? extends RpcService> getRpcService()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getRoutingContext

        public Class<? extends BaseIdentity> getRoutingContext()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • contextForGlobalRpc

        public static RpcContextIdentifier contextForGlobalRpc​(Class<? extends RpcService> serviceType)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • hashCode

        public int hashCode()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(Object obj)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        equals in class Object