Package org.waveprotocol.box.server.robots.operations

Examples of org.waveprotocol.box.server.robots.operations.NotifyOperationService


  // the default client libraries
  @SuppressWarnings("deprecation")
  @Inject
  public ActiveApiOperationServiceRegistry(Injector injector) {
    super();
    NotifyOperationService notifyOpService = injector.getInstance(NotifyOperationService.class);
    // Register all the OperationProviders
    register(OperationType.ROBOT_NOTIFY, notifyOpService);
    register(OperationType.ROBOT_NOTIFY_CAPABILITIES_HASH, notifyOpService);
    register(OperationType.WAVELET_ADD_PARTICIPANT_NEWSYNTAX, ParticipantServices.create());
    register(OperationType.WAVELET_APPEND_BLIP, BlipOperationServices.create());
View Full Code Here

TOP

Related Classes of org.waveprotocol.box.server.robots.operations.NotifyOperationService

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.