All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.runsidekick.broker.model.event.impl.ApplicationDisconnectEvent Maven / Gradle / Ivy

package com.runsidekick.broker.model.event.impl;

/**
 * @author ozge.lule
 */
public class ApplicationDisconnectEvent extends BaseEvent {

    @Override
    public String toString() {
        return "ApplicationDisconnectEvent{" +
                "id='" + id + '\'' +
                ", sendAck=" + sendAck +
                ", client='" + client + '\'' +
                ", time=" + time +
                ", hostName='" + hostName + '\'' +
                ", applicationName='" + applicationName + '\'' +
                ", applicationInstanceId='" + applicationInstanceId + '\'' +
                '}';
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy