File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
src/main/java/de/rwth/idsg/steve/ocpp/ws/pipeline Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 2020
2121import de .rwth .idsg .steve .ocpp .ws .FutureResponseContextStore ;
2222import de .rwth .idsg .steve .ocpp .ws .data .CommunicationContext ;
23- import lombok .extern .slf4j .Slf4j ;
24- import org .springframework .beans .factory .annotation .Autowired ;
2523import org .springframework .stereotype .Component ;
2624
2725import java .util .function .Consumer ;
3331 * @since 27.03.2015
3432 */
3533@ Component
36- @ Slf4j
3734public class OutgoingCallPipeline implements Consumer <CommunicationContext > {
3835
3936 private final Consumer <CommunicationContext > chainedConsumers ;
4037
41- @ Autowired
4238 public OutgoingCallPipeline (FutureResponseContextStore store ) {
4339 chainedConsumers = OutgoingCallPipeline .start (Serializer .INSTANCE )
4440 .andThen (Sender .INSTANCE )
You can’t perform that action at this time.
0 commit comments