public class BrokerFactoryEvent extends EventObject
BrokerFactory
is created.Modifier and Type | Field and Description |
---|---|
static int |
BROKER_FACTORY_CREATED
Fired after a
BrokerFactory has been fully created. |
source
Constructor and Description |
---|
BrokerFactoryEvent(BrokerFactory brokerFactory,
int eventType) |
Modifier and Type | Method and Description |
---|---|
BrokerFactory |
getBrokerFactory() |
int |
getEventType() |
getSource, toString
public static final int BROKER_FACTORY_CREATED
BrokerFactory
has been fully created.
This happens after the factory has been made read-only.public BrokerFactoryEvent(BrokerFactory brokerFactory, int eventType)
public BrokerFactory getBrokerFactory()
public int getEventType()
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.