Class: NameFlag

NameFlag()

A flag enum for MessageBus#requestName to configure the name request options.

Members

(static, constant) ALLOW_REPLACEMENT

This name allows other clients to replace it as the name owner on a request.

Source:

(static, constant) DO_NOT_QUEUE

This request should not enter the queue of clients requesting this name if it is taken.

Source:

(static, constant) REPLACE_EXISTING

This request should replace an existing name if that name allows replacement.

Source: