Schnittstelle BusSyncReply


public interface BusSyncReply
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    pass message to async queue, continue if message is handled
    static final int
    drop the message
    static final int
    pass the message to the async queue
  • Felddetails

    • DROP

      static final int DROP
      drop the message
      Siehe auch:
    • PASS

      static final int PASS
      pass the message to the async queue
      Siehe auch:
    • ASYNC

      static final int ASYNC
      pass message to async queue, continue if message is handled
      Siehe auch: