Example usage for org.springframework.messaging.simp.broker BrokerAvailabilityEvent toString

List of usage examples for org.springframework.messaging.simp.broker BrokerAvailabilityEvent toString

Introduction

In this page you can find the example usage for org.springframework.messaging.simp.broker BrokerAvailabilityEvent toString.

Prototype

@Override
    public String toString() 

Source Link

Usage

From source file:org.jimsey.projects.turbine.condenser.BrokerListener.java

@Override
public void onApplicationEvent(BrokerAvailabilityEvent event) {
    logger.info("BrokerAvailabilityEvent: [{}]", event.toString());
}