Class OrganizationQueryService

java.lang.Object
com.cloudimpl.outstack.spring.component.SpringQueryService<Organization>
com.cloudimpl.outstack.service.example.OrganizationQueryService
All Implemented Interfaces:
java.util.function.Function<com.cloudimpl.outstack.common.CloudMessage,​org.reactivestreams.Publisher>

public class OrganizationQueryService
extends SpringQueryService<Organization>
Author:
nuwan
  • Constructor Summary

    Constructors
    Constructor Description
    OrganizationQueryService​(com.cloudimpl.outstack.runtime.EventRepositoryFactory eventRepoFactory)  
  • Method Summary

    Methods inherited from class com.cloudimpl.outstack.spring.component.SpringQueryService

    $, $$, apply, filter, filterEntity, handlers, queryEntities

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.function.Function

    andThen, compose
  • Constructor Details

    • OrganizationQueryService

      public OrganizationQueryService​(com.cloudimpl.outstack.runtime.EventRepositoryFactory eventRepoFactory)