File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
hexagonal/src/main/java/com/iluwatar/hexagonal Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 49
49
* The application core is separate from the services that drive it and
50
50
* from the services it uses.<p>
51
51
*
52
- * The primary ports for the application are {@link LotteryAdministration}
53
- * through which the lottery round is initiated and run and
54
- * {@link LotteryService } that allows players to submit lottery tickets for
55
- * the draw.<p>
52
+ * The primary ports for the application are console interfaces
53
+ * {@link ConsoleAdministration} through which the lottery round is
54
+ * initiated and run and {@link ConsoleLottery } that allows players to
55
+ * submit lottery tickets for the draw.<p>
56
56
*
57
57
* The secondary ports that application core uses are {@link WireTransfers}
58
- * which is a banking service, {@link LotteryNotifications } that delivers
58
+ * which is a banking service, {@link LotteryEventLog } that delivers
59
59
* eventlog as lottery events occur and {@link LotteryTicketRepository}
60
60
* that is the storage for the lottery tickets.
61
61
*
You can’t perform that action at this time.
0 commit comments