com.apama.adapters
Event AdapterDataViewResponse


This event is sent in response of the AdapterDataViewDeregister and AdapterDataViewDeregister events.
Member summary
 stringmsgId

ID of the message to which this message is a response.
 stringname

The name of the adapter specified in the event to which this message is a response.
 booleansuccess

Indicates if the operation to which this message is a response was successful.
 stringresponse

Response message.
 
Member detail

msgId

            string msgId
        
ID of the message to which this message is a response.

name

            string name
        
The name of the adapter specified in the event to which this message is a response.

response

            string response
        
Response message.

success

            boolean success
        
Indicates if the operation to which this message is a response was successful.