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

org.opendolphin.core.RemotingConstants Maven / Gradle / Ivy

Go to download

The Dolphin Platform is a framework that implements the presentation model pattern and provides amodern way to create enterprise applications. The Platform provides several client implementations that all canbe used in combination with a general sever API.

There is a newer version: 0.17.0
Show newest version
package org.opendolphin.core;

/**
 * Created by hendrikebbers on 14.02.17.
 */
public interface RemotingConstants {

    String DOLPHIN_PLATFORM_PREFIX = "dolphin_platform_intern_";

    String RELEASE_EVENT_BUS_COMMAND_NAME = DOLPHIN_PLATFORM_PREFIX + "release";

    String POLL_EVENT_BUS_COMMAND_NAME = DOLPHIN_PLATFORM_PREFIX + "longPoll";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy