Package org.activiti.spring.boot.actuate.endpoint

Examples of org.activiti.spring.boot.actuate.endpoint.ProcessEngineMvcEndpoint


    }

    @Bean
    public ProcessEngineMvcEndpoint processEngineMvcEndpoint(
            ProcessEngineEndpoint engineEndpoint, RepositoryService repositoryService) {
        return new ProcessEngineMvcEndpoint(engineEndpoint, repositoryService);
    }
View Full Code Here

TOP

Related Classes of org.activiti.spring.boot.actuate.endpoint.ProcessEngineMvcEndpoint

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.