public class SbcConfigUpdateEvent extends SbcInternalEvent
SbcMetadataUpdateEvent
, containing a config delta update to be applied to SBC.SbcEvent.SbcEventHandlerResult
eventContext, LOG
Constructor and Description |
---|
SbcConfigUpdateEvent(SbcContext context,
org.apache.kafka.image.ConfigurationsDelta configsDelta) |
Modifier and Type | Method and Description |
---|---|
protected SbcEvent.SbcEventHandlerResult |
handleEvent()
The "business logic" of an SbcEvent.
|
respondToClient
public SbcConfigUpdateEvent(SbcContext context, org.apache.kafka.image.ConfigurationsDelta configsDelta)
@Nonnull protected SbcEvent.SbcEventHandlerResult handleEvent()
SbcEvent
handleEvent
in class SbcEvent