public interface DispatchTarget
JSONMethod
attribute. These are invoked (by means of the Java reflection
API) by the JSON message handler dispatch mechanism.
Classes you write that handle JSON messages won't generally need to
declare themselves as implementing this interface, since the normal coding
pattern for such things is to subclass a standard base class (such as BasicObject
, Mod
,
BasicProtocolHandler
, or
NonRoutingActor
)
that already implements it.
Copyright © 2017. All rights reserved.