COSMOS ${releaseVersion} data-collection Project
Public API Specification

org.eclipse.cosmos.dc.mgmt.annotations
Annotation Type ManagedEventConsumer


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface ManagedEventConsumer


Optional Element Summary
 java.lang.String description
          A text description of the capability.
 java.lang.String format
          The format of the event.
 java.lang.String payloadMethod
           
 java.lang.String topic
          The topic name for the event.
 

topic

public abstract java.lang.String topic
The topic name for the event.

Default:
""

description

public abstract java.lang.String description
A text description of the capability. This attribute is intended for tooling support.

Default:
""

payloadMethod

public abstract java.lang.String payloadMethod
Default:
""

format

public abstract java.lang.String format
The format of the event. If no format is specified, the event message content will contain return value of the event-raising method. The only currently supported event format is "wef".

Default:
""

COSMOS ${releaseVersion} data-collection Project
Public API Specification