Skip to content

Add custom signature of batch method #322

@charphi

Description

@charphi

Batch method should be customizable.

Current signature:

@ServiceDefinition ( batchType = SomeBatch.class )
interface SomeService { }

interface SomeBatch {
  Stream<SomeService > getProviders();
}

Custom signature:

@ServiceDefinition ( batchType = SomeBatch.class )
interface SomeService { }

interface SomeBatch {
  List<SomeService > getSomeServiceProviders();
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions