com.bea.wlrt.ede
Interface EventBuilder


public interface EventBuilder

Builder that knows how to create streaming events of a certain event type


Inner Class Summary
static interface EventBuilder.Factory
          Factory for event builder A builder can only create a single event, after which the builder must be discarded and a new builder created.
 
Method Summary
 StreamingEvent createEvent()
           
 void put(String property, Object value)
           
 

Method Detail

put

public void put(String property,
                Object value)
         throws IllegalStateException

createEvent

public StreamingEvent createEvent()