Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0436002

Browse files
Update TollIntakeApplication.java
1 parent 14acc6c commit 0436002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎6.using-processors-and-conditional-subscribers/toll-intake/src/main/java/com/example/tollintake/TollIntakeApplication.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public Consumer<FastPassToll> readTollChargeSlow() {
3131
};
3232
}
3333

34-
@Bean
34+
//@Bean
3535
public Function<FastPassToll, FastPassToll> processTollCharge() {
3636
return value -> {
3737
System.out.println("Processing message");

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /